IMotion.GetAxisInfo method
Gets information concerning an axis, such as modes, inputs directly related to the axis, and certain status information.
Namespace: IntervalZero.KINGSTAR.Base.ApiAssembly: IntervalZero.KINGSTAR.Base.Api (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0
Syntax
KsReturn<McAxisInfo> GetAxisInfo(
int Index
)
Function GetAxisInfo(
Index As Integer
) As KsReturn(Of McAxisInfo)
Parameters
Index [in]
Type: int
The index of an axis. Indexes are zero based. Aliases affect this parameter.
Return value
Type: KsReturn<McAxisInfo>
Returns a KsError code and an McAxisInfo value.
Examples
N/A
See also